home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 5 / developer source - volume 5.iso / orinf / aug96 / hoskf103.gif < prev    next >
Graphics Interchange Format  |  1996-11-26  |  11.3 KB  |  425x484  |  4-bit (12 colors)
   ocr: vsbLSInv Properties #D D. - - - lapenapled True wlaborder 43 ovisible True VGONtLine Sub GONxtLine0 Decrement the spinner, but enforce the minimum value. ScrollPos = SCrOLIPOS - - SCIOlLAmtLIne IF ScrollPos < ScrollMin THEN SCIOLIPOS = ScrollMin VGoPrvLine Sub GoPrvLine0 Increment the spinner, but enforce the maximum value. ScrollPos - ScrollPos + ScrollamtLine IF ScrollPos > ScrollMax THEN ScrollPos = ScrollMax VPostChange Sub PostChange0 Set the spinner value fldLsInv.Value = ScrollPos